Name | Description | |
---|---|---|
FlexGridDetailProvider<TItem> Constructor |
The following tables list the members exposed by FlexGridDetailProvider<TItem>.
Name | Description | |
---|---|---|
FlexGridDetailProvider<TItem> Constructor |
Name | Description | |
---|---|---|
DetailCollapsedIconTemplateProperty | Identifies the DetailCollapsedIconTemplate dependency property. | |
DetailExpandedIconTemplateProperty | Identifies the DetailExpandedIconTemplate dependency property. | |
DetailVisibilityModeProperty | Identifies the DetailVisibilityMode dependency property. | |
HeightProperty | Identifies the Height dependency property. | |
ShowExpandButtonProperty | Identifies the ShowExpandButton dependency property. |
Name | Description | |
---|---|---|
ChildContent | ||
DetailCollapsedIconTemplate | Gets or sets the template used to create the icon displayed when the detail row is collapsed. | |
DetailExpandedIconTemplate | Gets or sets the template used to create the icon displayed when the detail row is expanded. | |
DetailLoading | Occurs when the detail cell is being created. | |
DetailVisibilityMode | Gets or sets the detail visibility mode. | |
Height | Gets or sets the height of the details. | |
ShowExpandButton | Gets or sets whether to show the expand/collapse buttons in the row headers. |
Name | Description | |
---|---|---|
Attach | Attaches the behavior to a Microsoft.AspNetCore.Components.ComponentBase. (Inherited from C1.Blazor.Core.C1Behavior<FlexGrid>) | |
Detach | Detaches the behavior from the Microsoft.AspNetCore.Components.ComponentBase. (Inherited from C1.Blazor.Core.C1Behavior<FlexGrid>) | |
Dispose | (Inherited from C1.Blazor.Core.C1Behavior<FlexGrid>) | |
HideDetailAsync | Hides the detail row. | |
IsDetailVisible | Determines whether the detail row is visible. | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) | |
ShowDetailAsync | Shows the detail row. |